home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rickshaw-jam.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  109 b   |  7 lines

  1. on(release){
  2.    if(_root.instruct._visible == true)
  3.    {
  4.       _root.instruct._visible = false;
  5.    }
  6. }
  7.